home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Programming - All in One (3rd Edition)
/
game_prog_all_in_one_3rd_ed.iso
/
start.exe
/
start.dxr
/
00020_Frame Loop.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-09-19
|
186 b
|
8 lines
on exitFrame me
if (the timer > 500) and (sprite(16).blend > 0) then
sprite(16).blend = sprite(16).blend - 2
sprite(6).blend = sprite(6).blend + 2
end if
go(the frame)
end